Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2     
// For help on using hooks, please refer to http://bigprof.com/appgini/help/working-with-generated-web-database-application/hooks
3
4     function login_ok($memberInfo, &$args){
5
6         
return '';
7     }
8
9     function login_failed($attempt, &$args){
10
11     }
12
13     function member_activity($memberInfo, $activity, &$args){
14         
switch($activity){
15             
case 'pending':
16                 
break;
17
18             
case 'automatic':
19                 
break;
20
21             
case 'profile':
22                 
break;
23
24             
case 'password':
25                 
break;
26
27         }
28     }


Gõ tìm kiếm nhanh...